home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clinical Endocrinology
/
Clinical Endocrinology.iso
/
mac
/
00000000
/
History.dir
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1995-11-09
|
314b
|
15 lines
-- Just hilites the line clicked on and stores the
-- line number of the new selection.
on mouseUp
global lineSelected
put the mouseLine into theLine
if the mouseLine > 0 then
set lineSelected = theLine
hilite line theLine of field "History Field"
updateStage
end if
end